I just see that there are some more problems:
- Cache Cleaner button is not displayed
- Better-Preview also not
After migrating from Joomla 3 to Joomla 4 it also shows me error messages after a library of Regularlabs should be missing. After I reinstalled all extensions, the error message was gone. But apparently something is still missing, because the Regular-Labs-Extensions do not work properly ...
I have created a SuperUser account, if you like to have a look ...
It looks like your version of MySQL has issues with certain Regular Expressions formats.
And it keeps running into a "'repetition-operator operand invalid' from regexp" error.
In your case I recommend you do this in 2 replacements.
First:
\{article ([0-9]+)\}
Replace with:
{article id="\1"}
And then:
\{article-([a-z0-9\-_]+) ([0-9]+)\}
Replace with:
{article-\1 id="\2"}
(The second one doesn't seem to be present in your content. So just the first one will be enough.)